[Next]Add Token Exchange grant type to agent application template#10185
Open
ranuka-laksika wants to merge 1 commit intowso2:nextfrom
Open
[Next]Add Token Exchange grant type to agent application template#10185ranuka-laksika wants to merge 1 commit intowso2:nextfrom
ranuka-laksika wants to merge 1 commit intowso2:nextfrom
Conversation
Contributor
📝 WalkthroughWalkthroughAdds Token Exchange grant type support to the agent application template across configuration files and JSON template definition. Includes a changeset entry marking both related packages for patch version updates. Changes
🚥 Pre-merge checks | ✅ 5 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## next #10185 +/- ##
=======================================
Coverage 56.05% 56.05%
=======================================
Files 42 42
Lines 1024 1024
Branches 254 231 -23
=======================================
Hits 574 574
Misses 450 450
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR enhances the agent application template and creation flow with one key improvements:
Token Exchange Grant Type Support - Agent applications now include the Token Exchange grant type (
urn:ietf:params:oauth:grant-type:token-exchange) by defaultChanges
Token Exchange Grant Type
Files Modified:
features/admin.extensions.v1/application-templates/templates/agent-application/agent-application.jsonfeatures/admin.extensions.v1/configs/application.tsxWhat Changed:
urn:ietf:params:oauth:grant-type:token-exchangeto the default grant types in the agent application templateGrant Types for Agent Applications:
Issue:- wso2/product-is#27653